home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Technology Seed / Jan. '98 ATS.toast / AIAT 1.0.1 / ReadMe AIAT 1.0.1 < prev   
Encoding:
Text File  |  1997-09-10  |  1.4 KB  |  14 lines  |  [ttro/ttxt]

  1. The Apple Information Access Toolkit 1.0.1
  2. (formerly code-named "V-Twin")
  3.  
  4. Compilers:
  5.   Before you can run the Apple Information Access Toolkit (AIAT) examples you must install a supported compiler.  We've provided AIAT libraries in this release compiled with both Metrowerks CodeWarrior version 11 and Metrowerks CodeWarrior Pro version 1. In the future we will no longer support the CW 11 format, and will provide only CWP 1 libraries. Please plan accordingly.
  6.  
  7. Examples:
  8.   To run the AIAT examples, copy this folder to your hard disk.  Open the project Examples:Projects:DemoIndex{68k,PPC}.π.  Open DemoIndexing.cp, the last file listed in the project.  Change the path at the top of the main() routine to correspond to a text collection on your local disk.  Run the project.  It will create an invec (inverted and vector) index of all the text files in the named folder.  Next, open and run the project DemoAccess{68k,PPC}.π.  It will perform a search over the index and perform a relevance feedback on a randomly selected document.
  9.  
  10. Variations:
  11.   • In DemoIndex.h, comment out the definition of DEMOINDEXISVECTOR or DEMOINDEXISINVERTED to create a inverted or vector index only, respectively.
  12.   • In the main() of DemoIndexing.cp, pass False as the second argument to DemoUpdate().  This will cause it to incrementally update an existing index.  Move some files into or out of the indexed folder, then rerun the project.  Modify a file and rerun the project.
  13.  
  14.